@charset "utf-8";

/* CSS Document */
/*公共样式*/
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

.clearfix:after {
	content: "";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

body {
	/* font-family: 微软雅黑, Arial, Helvetica; */
	font-size: 14px;
}

/*网站顶部*/
#topbox {
	height: auto;
	width: 100%;
}

.tboxa {
	height: auto;
	width: 100%;
	background-color: #f8f8f8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}

.tboxacon {
	height: 22px;
	width: 1180px;
	line-height: 22px;
	margin: auto;
	padding-top: 4px;
	padding-bottom: 4px;
}

.tboxaconl {
	height: 22px;
	width: auto;
	float: left;
	color: #666;
}

.tboxaconr {
	height: 22px;
	width: auto;
	float: right;
}

.tboxaconr a {
	color: #666;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

.tboxaconr a:hover {
	text-decoration: underline;
}

.tboxaconr span {
	display: none;
	position: absolute;
	z-index: 10;
	top: 30px;
	margin-left: -100px;
}

.tboxb {
	height: auto;
	width: 100%;
}

.tboxbcon {
	height: 120px;
	width: 1120px;
	margin: auto;
}

.tboxbconl {
	height: auto;
	width: auto;
	float: left;
	padding-top: 20px;
}

.tboxbconr {
	height: auto;
	width: auto;
	float: right;
	padding-top: 20px;
}

.tboxc {
	height: auto;
	width: 100%;
	background-color: #0066cb;
}

.tboxccon {
	height: 50px;
	width: 1180px;
	margin: auto;
}

.tboxccon ul li {
	list-style-type: none;
	float: left;
	width: 147px;
	height: auto;
	background-image: url(../images/menuli.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

.tboxccon ul li a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 50px;
}

.tboxccon ul li a:hover {
	background-color: #004ea2;
}

.tboxccon ul li ul {
	height: auto;
	width: 147px;
	position: absolute;
	background-color: #004ea2;
	display: none;
	z-index: 10;
}

.tboxccon ul li ul li {
	width: 100%;
	height: auto;
	background-image: none;
}

.tboxccon ul li ul li a {
	font-size: 16px;
	line-height: 40px;
}

.tboxccon ul li ul li a:hover {
	background-color: #0066cb;
}

/*网站中心*/
#centerbox {
	height: auto;
	width: 100%;
}

.cboxtit {
	height: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 50px;
}

.cboxtit span {
	display: block;
	width: 1180px;
	margin: auto;
	font-size: 36px;
	color: #0066cb;
}

.cboxa {
	height: auto;
	width: 100%;
}

.cboxb {
	height: auto;
	width: 100%;
}

.cboxc {
	height: auto;
	width: 100%;
}

.cboxd {
	height: auto;
	width: 100%;
}

.cboxe {
	height: auto;
	width: 100%;
}

.cboxf {
	height: auto;
	width: 100%;
}

/*新增模块一*/
.cboxg {
	height: auto;
	width: 100%;
}

.cboxgcon {
	height: auto;
	width: 1180px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.cboxgconl {
	height: auto;
	width: 300px;
	float: left;
}

.cboxgconr {
	height: auto;
	width: 880px;
	float: left;
}

/*新增模块二*/
.cboxh {
	height: auto;
	width: 100%;
}

.cboxhcon {
	width: 1180px;
	height: auto;
	margin: auto;
}

.cboxhcona {
	width: 1180px;
	font-size: 16px;
	line-height: 30px;
}

.cboxhconb {
	height: auto;
	width: 120px;
	padding-top: 30px;
	margin: auto;
}

.cboxhconb a {
	width: 120px;
	height: auto;
	display: block;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #555;
	text-decoration: none;
}

.cboxhconb a:hover {
	color: #fff;
	background-image: none;
	background-color: #0066cb;
}

/*新增模块三*/
.cboxi {
	height: auto;
	width: 100%;
	overflow: hidden;
}

.cboxicon {
	height: auto;
	width: 1180px;
	margin: auto;
}

.cboxicona {
	height: auto;
	width: 1180px;
}

.cboxicona ul li {
	height: auto;
	width: 360px;
	float: left;
	padding-left: 16px;
	padding-right: 17px;
	list-style-type: none;
}

.cboxicona ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 360px;
	height: auto;
	margin-bottom: 20px;
	color: #333;
}

.cboxicona ul li a:hover {
	color: #268683;
}

.cboxicona ul li a span {
	width: 360px;
	height: 270px;
	margin-bottom: 5px;
	overflow: hidden;
	display: block;
}

.cboxicona ul li img {
	width: 360px;
	height: 270px;
	cursor: pointer;
	transition: all 0.6s;
}

.cboxicona ul li a img:hover {
	transform: scale(1.2);
}

.cboxiconb {
	height: auto;
	width: 120px;
	padding-top: 30px;
	padding-bottom: 50px;
	margin: auto;
}

.cboxiconb a {
	width: 120px;
	height: auto;
	display: block;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #555;
	text-decoration: none;
}

.cboxiconb a:hover {
	color: #fff;
	background-image: none;
	background-color: #0066cb;
}

/*新增模块四*/
.cboxj {
	height: auto;
	width: 100%;
	background-color: #f8f8f8;
}

.cboxjcon {
	height: auto;
	width: 1180px;
	margin: auto;
	padding-bottom: 100px;
}

.cboxjcona {
	height: auto;
	width: 1180px;
}

.cboxjcona ul li {
	height: auto;
	width: 360px;
	float: left;
	padding-left: 16px;
	padding-right: 17px;
	list-style-type: none;
}

.cboxjcona ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 360px;
	height: 270px;
	overflow: hidden;
}

.cboxjcona ul li a:hover {
	color: #268683;
}

.cboxjcona ul li img {
	width: 360px;
	height: 270px;
	cursor: pointer;
	transition: all 0.6s;
}

.cboxjcona ul li a img:hover {
	transform: scale(1.2);
}

.cboxjconb {
	height: auto;
	width: 1160px;
	font-size: 16px;
	line-height: 30px;
	padding: 10px;
	color: #333;
}

/*新增模块五*/
.cboxk {
	height: auto;
	width: 100%;
	overflow: hidden;
	background-color: #f8f8f8;
}

.cboxktit {
	height: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 36px;
	color: #0066cb;
	float: left;
}

.cboxkcon {
	height: auto;
	width: 1180px;
	padding-bottom: 50px;
	margin: auto;
}

.cboxkconl {
	height: auto;
	width: 520px;
	padding-right: 29px;
	float: left;
	border-right: 1px solid #eee;
}

.cboxkconl p {
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-align: justify;
}

.cboxkconl img {
	width: 200px;
	height: 140px;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.cboxkconr {
	height: auto;
	width: 600px;
	float: left;
	padding-left: 30px;
}

.cboxkconr ul li {
	height: auto;
	width: 600px;
	float: left;
	list-style-type: none;
	line-height: 24px;
	color: #999;
	padding-bottom: 10px;
}

.cboxkconr ul li a {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
}

.cboxkconr ul li a:hover {
	text-decoration: underline;
}

/*新增模块六*/
.cboxl {
	height: auto;
	width: 100%;
}

.cboxlcon {
	height: 650px;
	width: 1180px;
	margin: auto;
	background-image: url(../images/huoban.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.cboxlcona {
	height: auto;
	width: 120px;
	padding-top: 280px;
	margin: auto;
}

.cboxlcona a {
	width: 120px;
	height: auto;
	display: block;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #555;
	text-decoration: none;
}

.cboxlcona a:hover {
	color: #fff;
	background-image: none;
	background-color: #0066cb;
}

/*友情链接*/
.yqlinkbox {
	height: auto;
	width: 100%;
	background-color: #f2f2f2;
}

.yqboxcon {
	height: auto;
	width: 1180px;
	margin: auto;
	line-height: 22px;
	color: #333;
	padding-bottom: 30px;
	text-align: center;
}

.yqboxcon a {
	color: #333;
	text-decoration: none;
	margin-right: 15px;
}

.yqboxcon a:hover {
	text-decoration: underline;
}

/*网站底部*/
#bottombox {
	height: auto;
	width: 100%;
	background-image: url(../images/bg05.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.btmbox {
	height: auto;
	width: 1180px;
	margin: auto;
}

.btmboxa {
	width: 1180px;
	float: left;
	padding-top: 20px;
}

.btmboxa span {
	width: 270px;
	line-height: 28px;
	float: left;
	display: block;
	padding-left: 120px;
	padding-top: 22px;
	padding-bottom: 22px;
	background-image: url(../images/xtb/icon01.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-size: 18px;
	color: #333;
}

.btmboxb {
	height: auto;
	width: 1180px;
	float: left;
	line-height: 24px;
	color: #333;
	font-size: 12px;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
}

.btmboxb a {
	color: #333;
}

.btmboxb a:hover {
	color: #268683;
}

.btmboxc {
	height: auto;
	width: 1160px;
	font-size: 16px;
	line-height: 30px;
	padding: 10px;
	float: left;
	color: #0066cb;
	text-align: center;
}

.btmboxd {
	height: auto;
	width: 400px;
	padding-left: 390px;
	padding-right: 390px;
	padding-top: 30px;
	float: left;
}

.btmboxdcon {
	height: auto;
	width: 200px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	float: left;
	text-align: center;
}

/*内页Banner*/
#nybannerbox {
	height: 300px;
	width: 100%;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/*内页内容页*/
#nycenterbox {
	height: auto;
	width: 100%;
}

.nycbox {
	height: auto;
	width: 1180px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 80px;
}

.nycboxl {
	height: auto;
	width: 280px;
	padding-right: 20px;
	float: left;
}

.nycboxla {
	line-height: 30px;
	float: left;
	height: 30px;
	width: 240px;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #0066cb;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.nycboxlb {
	float: left;
	height: auto;
	width: 280px;
}

.nycboxlb ul {
	float: left;
	height: auto;
	width: 278px;
	border: 1px solid #eee;
}

.nycboxlb ul li {
	float: left;
	height: auto;
	width: 278px;
	list-style-type: none;
}

.nycboxlb ul li a {
	display: block;
	float: left;
	height: auto;
	width: 223px;
	color: #333;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 35px;
	font-size: 14px;
	line-height: 42px;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	background-image: url(../images/jt01.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.nycboxlb ul li a:hover {
	color: #0066cb;
	text-decoration: none;
	background-color: #f5f5f5;
}

.nycboxlc {
	height: auto;
	width: 258px;
	float: left;
	border: 1px solid #eee;
	font-size: 16px;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
}

.nycboxld {
	height: auto;
	width: 238px;
	float: left;
	border: 1px solid #eee;
	background-image: url(../images/kefu.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	padding-top: 110px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 24px;
	color: #666;
}

.nycboxr {
	height: auto;
	width: 880px;
	float: left;
}

.nycboxra {
	height: auto;
	width: 880px;
	float: left;
	border-bottom: 1px solid #0066cb;
}

.nycboxra span {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #0066cb;
	font-size: 20px;
	color: #fff;
	text-align: center;
	float: left;
}

.nycboxra a {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #666;
	font-size: 20px;
	color: #fff;
	text-align: center;
	float: left;
	text-decoration: none;
}

.nycboxrb {
	height: auto;
	width: 880px;
	float: left;
}

/*内容页*/
.nycontentbox {
	height: auto;
	width: 860px;
	float: left;
	padding: 10px;
	font-size: 16px;
	line-height: 28px;
}

.nycontentbox p {
	padding-bottom: 10px;
}

/*详细页*/
.nyxxtita {
	height: auto;
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 30px;
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
}

.nyxxtitb {
	height: auto;
	width: 100%;
	float: left;
	color: #666;
	font-size: 12px;
	text-align: center;
	padding-bottom: 30px;
}

.nyxxbox {
	height: auto;
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 24px;
}

.nyxxbox p {
	padding-bottom: 10px;
}

.nyxxboxb {
	height: auto;
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 30px;
	display: flex;

	justify-content: center;
	color: #555;

}

.nyxxboxb p {
	padding-bottom: 10px;
}

.topnextnews {
	height: auto;
	width: 820px;
	float: left;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: right;
}

.topnextnews a {
	color: #333;
}

/*新闻列表页*/
.nynewsbox {
	height: auto;
	width: 880px;
	float: left;
}

.nynewsbox ul {
	height: auto;
	width: 880px;
	float: left;
}

.nynewsbox ul li {
	height: auto;
	width: 855px;
	float: left;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-image: url(../images/libg.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.nynewsbox ul li a {
	color: #333;
	text-decoration: none;
	font-size: 20px;
	float: left;
}

.nynewsbox ul li a:hover {
	text-decoration: underline;
}

.nynewsbox ul li span {
	color: #666;
	font-size: 16px;
	float: right;
}

/*产品列表页面*/
.nyproductbox {
	height: auto;
	width: 100%;
	float: left;
}

.nyproductbox li {
	width: 270px;
	float: left;
	height: auto;
	text-align: center;
	list-style-type: none;
	padding-right: 11px;
	padding-left: 12px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.nyproductbox li a {
	line-height: 30px;
	color: #333;
	text-decoration: none;
	display: block;
}

.nyproductbox li a:hover {
	text-decoration: underline;
}

.nyproductbox li img {
	width: 270px;
	height: 200px;
}

/*页码*/
.nypagebox {
	height: auto;
	width: 100%;
	float: left;
	padding-top: 30px;
	text-align: center;
}

/*留言面*/
.nymessagebox {
	height: auto;
	width: 820px;
	float: left;
	padding: 10px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

/*特定样式1*/
.nycptdysa {
	width: 348px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

.nycptdysa img {
	width: 348px;
	height: 260px;
}

.nycptdysb {
	width: 500px;
	padding-top: 30px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 28px;
	color: #666;
	float: left;
}

.nycptdysb span {
	color: #000;
	font-size: 22px;
	line-height: 36px;
}

/*特定样式2*/
.tab {
	height: auto;
	width: 880px;
	float: left;
}

.tab_box {
	height: auto;
	width: 860px;
	padding: 10px;
	color: #333;
	line-height: 28px;
	float: left;
}

.tab_box p {
	padding-bottom: 10px;
}

.tab_box img {
	max-width: 860px;
}

.tab_menu {
	width: 880px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066cb;
}

.tab_menu ul {
	list-style-type: none;
}

.tab_menu ul li {
	float: left;
	line-height: 30px;
	height: 30px;
	width: 100px;
	background-color: #666;
	text-align: center;
	color: #FFFFFF;
}

.tab_menu ul li.selected {
	background-color: #0066cb;
}

.hide {
	display: none;
}

.tab_menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

/*特定样式3*/
.hidespbox {
	display: none;
}

.showspbox {
	display: block;
}

table.tptstx img {
	width: 90%;
	margin-left: 5%;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*浮动QQ*/
#fdqqdiv {
	width: auto;
	position: absolute;
	top: 200px;
	right: 0px;
	height: auto;
	overflow: hidden;
	z-index: 5;
}

#fdqqleft {
	height: 109px;
	width: 32px;
	float: left;
	margin-top: 12px;
}

#djimg {
	cursor: pointer;
}

#fdqqright {
	height: auto;
	width: 125px;
	float: left;
}

#fdqqrt {
	height: 53px;
	width: 125px;
	float: left;
	background-image: url(../images/qqup.png);
	background-repeat: no-repeat;
}

#fdqqrc {
	height: auto;
	width: 125px;
	background-image: url(../images/qqcon.jpg);
	background-repeat: repeat-y;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#fdqqrc a {
	color: #003399;
	text-decoration: none;
	font-size: 12px;
	background-image: url(../images/qq.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 30px;
	display: block;
	margin-left: 25px;
}

#fdqqrb {
	height: 20px;
	width: 125px;
	float: left;
	background-image: url(../images/qqbottom.png);
	background-repeat: no-repeat;
}